home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 71
/
MOBICLIC 71.ISO
/
mac
/
DATA
/
COMMUN
/
temp0001
/
00217_Script_TEMPO_AVEC_CLICK_ZAP
< prev
next >
Wrap
Text File
|
2004-12-05
|
657b
|
30 lines
global gJLM_W
property p_duree,p_FlagTempo
-----------------
on getPropertyDescriptionList me
return [#p_duree:[#comment: "durΘe de la tempo:",#format: #integer, #default: 1 ]]
end getPropertyDescriptionList
---------------------
on exitFrame me
case(p_FlagTempo = VOID) of
1:
p_FlagTempo = 1
startTimer
go the frame
0:
case(the timer< 60*p_duree) of
1:
go the frame
0:
p_FlagTempo = VOID
end case
end case
end
-------------------
on mouseUp
if the pauseState = 1 then exit
if gJLM_W > 0 then exit
go the frame + 1
end
-------------------